We are migrating the bug tracker to github Issues. This is now the preferred way to report NASM bugs.

Self-registration is disabled due to spam issue (mail gorcunov@gmail.com or hpa@zytor.com to create an account)

Bug 3392677 - No rule to make target 'nasmlib/malloc.c', needed by 'Makefile.dep'.
Summary: No rule to make target 'nasmlib/malloc.c', needed by 'Makefile.dep'.
Status: CLOSED INVALID
Alias: None
Product: NASM
Classification: Unclassified
Component: Assembler (show other bugs)
Version: 2.15.xx
Hardware: All All
: Medium blocker
Assignee: nobody
URL:
Depends on:
Blocks:
 
Reported: 2020-06-05 00:07 PDT by E. C. Masloch
Modified: 2020-06-05 00:12 PDT (History)
5 users (show)

Obtained from: Built from git using configure
Generated by: ---
Bug category:
Observed for: ---
Regression: ---
Regression since:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description E. C. Masloch 2020-06-05 00:07:50 PDT
Running . autogen.sh then ./configure && make results in this error in the latest git NASM:

make: *** No rule to make target 'nasmlib/malloc.c', needed by 'Makefile.dep'.  Stop.
$ git describe
nasm-2.15rc5-2-gbd00f25a

make clean also outputs this error message, and does not fix the error condition.
Comment 1 E. C. Masloch 2020-06-05 00:12:29 PDT
Had to delete Makefile.dep and rerjun . autogen.sh then ./configure then make.